The Browser object lets your applets display a different URL within a Java-enabled Web browser. For some Web browsers, such as Microsoft's Internet Explorer or Netscape Navigator, the object can also display a message in the browser's status bar.
Use the Browser tool to draw a Browser object. The tool appears as follows:
Being able to control the browser could, for example, be used to provide a help system for a Jamba applet. You could click on a "help" button that is tied to a Browser object, which would open a new window to display the help information that is stored in an HTML file elsewhere on the Internet. This is an excellent way of accessing files that are not stored locally.
When a Web browser displays an HTML page that references a Java applet, that applet launches. This applet may appear embedded within the HTML page or it may appear in its own window. By default, the browser does not terminate an applet when a different HTML page is displayed. The NewWindow property determines whether or not to launch a new window for the specified URL.